VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / CollectionChangeEventArgs<T> Class
In This Topic
CollectionChangeEventArgs Class Methods
In This Topic
For a list of all methods of this type, see CollectionChangeEventArgs<T>.
Public Methods
 NameDescription
Public MethodConverts this instance to an instance of the CollectionChangeEventArgs type.
Public Methodstatic (Shared in Visual Basic)Creates an instance of the CollectionChangeEventArgs<T> class for CollectionChangeActionType.InsertItem action.
Public Methodstatic (Shared in Visual Basic)Creates an instance of the CollectionChangeEventArgs<T> class for CollectionChangeActionType.RemoveItem action.
Public Methodstatic (Shared in Visual Basic)Creates an instance of the CollectionChangeEventArgs<T> class for CollectionChangeActionType.SetItem action.
Public MethodReturns the string representation of this object.
See Also